deallocate space
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ObservationalNetwork), | intent(inout) | :: | network |
SUBROUTINE DestroyNetwork & ! (network) IMPLICIT NONE !Argument with intent (inout: TYPE (ObservationalNetwork), INTENT (INOUT) :: network !------------------------------------end of declarations----------------------- DEALLOCATE (network % obs) RETURN END SUBROUTINE DestroyNetwork